home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / blender / blen40m / opening.dir / 00511.ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  246 b   |  13 lines

  1. on exitFrame
  2.   global n
  3.   repeat with n = 16 down to 14
  4.     if rollOver(n) then
  5.       set the visible of sprite (n + 3) to 1
  6.       next repeat
  7.     end if
  8.     set the visible of sprite (n + 3) to 0
  9.   end repeat
  10.   go(the frame)
  11.   updateStage()
  12. end
  13.